Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Macintosh Draw Contexts


Q3MacDrawContext_Set2DLibrary

You can use the Q3MacDrawContext_Set2DLibrary function to set the two-dimensional drawing library associated with a Macintosh draw context.

TQ3Status Q3MacDrawContext_Set2DLibrary (
TQ3DrawContextObject drawContext, 
TQ3MacDrawContext2DLibrary library);
drawContext
A Macintosh draw context object.
library
A constant that specifies the desired two-dimensional graphics library to be used when rendering an image in the specified draw context. See page 12-11 for the values that can be passed in this field.
DESCRIPTION
The Q3MacDrawContext_Set2DLibrary function sets the two-dimensional drawing library associated with the draw context specified by the drawContext parameter to the library specified by the library parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996